doomseeker: Cosmetic cleanup
This commit is contained in:
parent
7286dfebbb
commit
35d23911e0
@ -18,11 +18,11 @@ stdenv.mkDerivation rec {
|
|||||||
substituteInPlace src/core/CMakeLists.txt --replace /usr/share/applications "$out"/share/applications
|
substituteInPlace src/core/CMakeLists.txt --replace /usr/share/applications "$out"/share/applications
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://doomseeker.drdteam.org/;
|
homepage = http://doomseeker.drdteam.org/;
|
||||||
description = "Multiplayer server browser for many Doom source ports";
|
description = "Multiplayer server browser for many Doom source ports";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with stdenv.lib.maintainers; [ MP2E ];
|
maintainers = [ maintainers.MP2E ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user