forked from mirrors/nixpkgs
discount: Added shell as maintainer
This commit is contained in:
parent
e56a6c1bec
commit
0b649538b2
|
@ -118,6 +118,7 @@
|
|||
rycee = "Robert Helgesson <robert@rycee.net>";
|
||||
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
|
||||
sepi = "Raffael Mancini <raffael@mancini.lu>";
|
||||
shell = "Shell Turner <cam.turn@gmail.com>";
|
||||
shlevy = "Shea Levy <shea@shealevy.com>";
|
||||
simons = "Peter Simons <simons@cryp.to>";
|
||||
skeidel = "Sven Keidel <svenkeidel@gmail.com>";
|
||||
|
|
|
@ -14,5 +14,6 @@ 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 = [ maintainers.shell ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue