mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
valkyrie: add myself (pSub) as maintainer
This commit is contained in:
parent
b835b8a95b
commit
1c702bb8a3
@ -20,10 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ qmake4Hook ];
|
nativeBuildInputs = [ qmake4Hook ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.valgrind.org/;
|
homepage = http://www.valgrind.org/;
|
||||||
description = "Qt4-based GUI for the Valgrind 3.6.x series";
|
description = "Qt4-based GUI for the Valgrind 3.6.x series";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user