editres: add license

This commit is contained in:
Markus Kowalewski 2018-09-11 23:24:19 +02:00
parent 85c1a851dc
commit 2ccbd8bab5
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}