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:
Herwig Hochleitner
2017-10-14 11:11:49 +02:00
parent 5cca8800a4
commit 30b3b5d85f
5 changed files with 5 additions and 2 deletions
+1
View File
@@ -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)
+1
View File
@@ -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 ];
};
}
+1 -1
View File
@@ -109,6 +109,6 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
homepage = http://www.winehq.org/;
license = "LGPL";
description = "An Open Source implementation of the Windows API on top of X, OpenGL, and Unix";
maintainers = with stdenv.lib.maintainers; [ avnik raskin ];
maintainers = with stdenv.lib.maintainers; [ avnik raskin bendlas ];
};
})