maintainer-list.nix: remove ndowens

This commit is contained in:
Nathan
2019-12-26 16:47:41 -05:00
committed by Dmitry Kalinkin
parent 690390d493
commit b0caf68bff
28 changed files with 27 additions and 33 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
description = "Configuration editing tool";
license = licenses.lgpl2;
homepage = http://augeas.net/;
maintainers = with maintainers; [ offline ndowens ];
maintainers = with maintainers; [ offline ];
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
homepage = https://gentoo.com/di/;
license = licenses.zlib;
updateWalker = true;
maintainers = with maintainers; [ manveru ndowens ];
maintainers = with maintainers; [ manveru ];
platforms = platforms.all;
};
}
+1 -1
View File
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
description = "Hardware detection tool from openSUSE";
license = licenses.gpl2;
homepage = https://github.com/openSUSE/hwinfo;
maintainers = with maintainers; [ bobvanderlinden ndowens ];
maintainers = with maintainers; [ bobvanderlinden ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Disk I/O latency measuring tool";
maintainers = with maintainers; [ raskin ndowens ];
maintainers = with maintainers; [ raskin ];
platforms = platforms.unix;
license = licenses.gpl3Plus;
homepage = https://github.com/koct9i/ioping;
+1 -1
View File
@@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/chneukirchen/xe;
license = licenses.publicDomain;
platforms = platforms.all;
maintainers = with maintainers; [ cstrahan ndowens ];
maintainers = with maintainers; [ cstrahan ];
};
}