dosbox: add myself as maintainer
This commit is contained in:
parent
010475bb8b
commit
3e6040e3ec
@ -43,9 +43,10 @@ stdenv.mkDerivation rec {
|
|||||||
cp ${desktopItem}/share/applications/* $out/share/applications
|
cp ${desktopItem}/share/applications/* $out/share/applications
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
homepage = http://www.dosbox.com/;
|
homepage = http://www.dosbox.com/;
|
||||||
description = "A DOS emulator";
|
description = "A DOS emulator";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
maintainers = with maintainers; [ matthewbauer ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user