announce myself as a maintainer
added maintainer entries for `cdemu` (which i've created), as well as `wine` and `chromium` (which I regularly contribute to)
This commit is contained in:
@@ -32,5 +32,6 @@ in stdenv.mkDerivation ({
|
||||
homepage = http://cdemu.sourceforge.net/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ bendlas ];
|
||||
};
|
||||
} // drvParams)
|
||||
|
||||
@@ -18,5 +18,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://cdemu.sourceforge.net/about/vhba/;
|
||||
platforms = platforms.linux;
|
||||
licenses = licenses.gpl2Plus;
|
||||
maintainers = with stdenv.lib.maintainers; [ bendlas ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user