fix licenCe typos
This commit is contained in:
parent
e02e3ec6f3
commit
1bcc2aa216
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
|
description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
maintainers = [ stdenv.lib.maintainers.eelco ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
licence = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,11 +8,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
|
sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://fedorahosted.org/tmpwatch/;
|
homepage = https://fedorahosted.org/tmpwatch/;
|
||||||
description = "The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time.";
|
description = "The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time.";
|
||||||
licence = "GPLv2";
|
license = licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ vlstill ];
|
maintainers = with maintainers; [ vlstill ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user