editres: add license
This commit is contained in:
parent
85c1a851dc
commit
2ccbd8bab5
1 changed files with 3 additions and 3 deletions
|
@ -15,10 +15,10 @@ stdenv.mkDerivation rec {
|
|||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://cgit.freedesktop.org/xorg/app/editres/;
|
||||
description = "A dynamic resource editor for X Toolkit applications";
|
||||
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue