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
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
description = "MS-Word/Excel/PowerPoint to text converter";
platforms = platforms.all;
license = licenses.gpl2;
maintainers = with maintainers; [ ndowens ];
maintainers = with maintainers; [];
};
}
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
description = "Implementation of Markdown markup language in C";
homepage = http://www.pell.portland.or.us/~orc/Code/discount/;
license = licenses.bsd3;
maintainers = with maintainers; [ shell ndowens ];
maintainers = with maintainers; [ shell ];
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
homepage = "https://waterlan.home.xs4all.nl/dos2unix.html";
changelog = "https://sourceforge.net/p/dos2unix/dos2unix/ci/dos2unix-${version}/tree/dos2unix/NEWS.txt?format=raw";
license = licenses.bsd2;
maintainers = with maintainers; [ c0bw3b ndowens ];
maintainers = with maintainers; [ c0bw3b ];
};
}
+1 -1
View File
@@ -49,7 +49,7 @@ let
description = "Source code highlighting tool";
homepage = "http://www.andre-simon.de/doku/highlight/en/highlight.php";
platforms = platforms.unix;
maintainers = with maintainers; [ ndowens willibutz ];
maintainers = with maintainers; [ willibutz ];
};
};
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
license = licenses.asl20;
maintainers = with maintainers; [ ericsagnes ndowens ];
maintainers = with maintainers; [ ericsagnes ];
platforms = platforms.unix;
};
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://www.nongnu.org/numdiff/;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ ndowens ];
maintainers = with maintainers; [];
platforms = platforms.gnu ++ platforms.linux;
};
}
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "Command-line interface to various pastebins";
homepage = http://wgetpaste.zlin.dk/;
license = stdenv.lib.licenses.publicDomain;
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ndowens ];
maintainers = with stdenv.lib.maintainers; [ qknight domenkozar ];
platforms = stdenv.lib.platforms.all;
};
}
+1 -1
View File
@@ -17,7 +17,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Extract urls from text";
homepage = https://github.com/mvdan/xurls;
maintainers = with maintainers; [ koral ndowens ];
maintainers = with maintainers; [ koral ];
platforms = platforms.unix;
license = licenses.bsd3;
};