···46 description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
47 maintainers = [ stdenv.lib.maintainers.eelco ];
48 platforms = stdenv.lib.platforms.linux;
49- licence = stdenv.lib.licenses.bsd3;
50 };
51}
···46 description = "A tool for analyzing and editing NetImmerse/Gamebryo '*.nif' files";
47 maintainers = [ stdenv.lib.maintainers.eelco ];
48 platforms = stdenv.lib.platforms.linux;
49+ license = stdenv.lib.licenses.bsd3;
50 };
51}
+4-4
pkgs/tools/misc/tmpwatch/default.nix
···8 sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
9 };
1011- meta = {
12 homepage = https://fedorahosted.org/tmpwatch/;
13 description = "The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time.";
14- licence = "GPLv2";
15- maintainers = with stdenv.lib.maintainers; [ vlstill ];
16- platforms = stdenv.lib.platforms.unix;
17 };
18}
···8 sha256 = "1m5859ngwx61l1i4s6fja2avf1hyv6w170by273w8nsin89825lk";
9 };
1011+ meta = with stdenv.lib; {
12 homepage = https://fedorahosted.org/tmpwatch/;
13 description = "The tmpwatch utility recursively searches through specified directories and removes files which have not been accessed in a specified period of time.";
14+ license = licenses.gpl2;
15+ maintainers = with maintainers; [ vlstill ];
16+ platforms = platforms.unix;
17 };
18}