lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

tango-icon-theme: add license

+3 -2
+3 -2
pkgs/data/icons/tango-icon-theme/default.nix
··· 24 24 25 25 postInstall = '''${gtk.out}/bin/gtk-update-icon-cache' "$out/share/icons/Tango" ''; 26 26 27 - meta = { 27 + meta = with lib; { 28 28 description = "A basic set of icons"; 29 29 homepage = "http://tango.freedesktop.org/Tango_Icon_Library"; 30 - platforms = lib.platforms.linux; 30 + platforms = platforms.linux; 31 + license = licenses.publicDomain; 31 32 }; 32 33 }