summary refs log tree commit diff
path: root/pkgs/os-specific/linux/macchanger
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-12-20 21:53:19 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2014-12-20 21:54:22 +0100
commitf55545c0c9256f61b7e1bb952da59770da0fe392 (patch)
treefe24e6717d0d5e388de208424063b937147c2b06 /pkgs/os-specific/linux/macchanger
parentb676be70fc516fef3c8408187839ce7e08b8a36e (diff)
downloadnixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.gz
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.bz2
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.lz
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.xz
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.tar.zst
nixpkgs-f55545c0c9256f61b7e1bb952da59770da0fe392.zip
fix maintainer information
s/maintainer/maintainers
Diffstat (limited to 'pkgs/os-specific/linux/macchanger')
-rw-r--r--pkgs/os-specific/linux/macchanger/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/macchanger/default.nix b/pkgs/os-specific/linux/macchanger/default.nix
index 1bbad958bfd..1f046de40ed 100644
--- a/pkgs/os-specific/linux/macchanger/default.nix
+++ b/pkgs/os-specific/linux/macchanger/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     description = "A utility for viewing/manipulating the MAC address of network interfaces";
-    maintainer = with stdenv.lib.maintainers; [ joachifm ];
+    maintainers = with stdenv.lib.maintainers; [ joachifm ];
     license = with stdenv.lib.licenses; gpl2Plus;
     homepage = "https://www.gnu.org/software/macchanger";
     platform = with stdenv.lib.platforms; linux;