summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-02 15:30:44 +0000
committerGitHub <noreply@github.com>2021-12-02 15:30:44 +0000
commitae5f1bffbd0ebb3407181af2e18932b041b20721 (patch)
tree624bfe2fb839ecaed61b52aa9ed5f6f31b8040cd /pkgs/applications/audio
parent695db5705e1623d7a99909d40dbf29cef9dfe782 (diff)
parentb9e6351d30996e660dc5deceb5810535b21d0345 (diff)
downloadnixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.tar
nixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.tar.gz
nixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.tar.bz2
nixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.tar.lz
nixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.tar.xz
nixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.tar.zst
nixpkgs-ae5f1bffbd0ebb3407181af2e18932b041b20721.zip
Merge pull request #148215 from legendofmiracles/asmrepl
asmrepl: init at 1.0.2
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/noisetorch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/noisetorch/default.nix b/pkgs/applications/audio/noisetorch/default.nix
index b24c2eebcf7..b18f2b52f94 100644
--- a/pkgs/applications/audio/noisetorch/default.nix
+++ b/pkgs/applications/audio/noisetorch/default.nix
@@ -37,6 +37,6 @@ buildGoModule rec {
     homepage = "https://github.com/lawl/NoiseTorch";
     license = licenses.gpl3Plus;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ panaeon legendofmiracles ];
+    maintainers = with maintainers; [ panaeon lom ];
   };
 }