Remove nckx as a maintainer for all packages

Goodbye, and thanks for all the Nix...
This commit is contained in:
Tobias Geerinckx-Rice
2018-01-16 23:00:49 +01:00
parent 49616bdff7
commit 0f84673f3d
146 changed files with 38 additions and 159 deletions
-1
View File
@@ -35,6 +35,5 @@ stdenv.mkDerivation rec {
homepage = http://foremost.sourceforge.net/;
license = licenses.publicDomain;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
-1
View File
@@ -39,7 +39,6 @@ stdenv.mkDerivation rec {
description = "Set of text-mode partitioning tools for Globally Unique Identifier (GUID) Partition Table (GPT) disks";
license = licenses.gpl2;
homepage = http://www.rodsbooks.com/gdisk/;
maintainers = with maintainers; [ nckx ];
platforms = platforms.all;
};
}
+1 -1
View File
@@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
homepage = https://hisham.hm/htop/;
license = licenses.gpl2Plus;
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
maintainers = with maintainers; [ rob relrod nckx ];
maintainers = with maintainers; [ rob relrod ];
};
}
+1 -1
View File
@@ -40,7 +40,7 @@
description = "User-space implementation of chroot, mount --bind and binfmt_misc";
platforms = platforms.linux;
license = licenses.gpl2;
maintainers = with maintainers; [ ianwookim nckx makefu ];
maintainers = with maintainers; [ ianwookim makefu ];
};
})
(if stdenv.isAarch64 then rec {
-1
View File
@@ -40,6 +40,5 @@ stdenv.mkDerivation rec {
downloadPage = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ nckx ];
};
}
@@ -17,7 +17,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Setuid-safe wrapper for chroot";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx ];
platforms = with platforms; unix;
};
}
+1 -1
View File
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = {
license = stdenv.lib.licenses.gpl3;
homepage = http://thinkfan.sourceforge.net/;
maintainers = with stdenv.lib.maintainers; [ domenkozar nckx ];
maintainers = with stdenv.lib.maintainers; [ domenkozar ];
platforms = stdenv.lib.platforms.linux;
};
}