lol
fork

Configure Feed

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

man-pages: add license

+1
+1
pkgs/data/documentation/man-pages/default.nix
··· 21 21 description = "Linux development manual pages"; 22 22 homepage = https://www.kernel.org/doc/man-pages/; 23 23 repositories.git = http://git.kernel.org/pub/scm/docs/man-pages/man-pages; 24 + license = licenses.gpl2Plus; 24 25 platforms = with platforms; unix; 25 26 priority = 30; # if a package comes with its own man page, prefer it 26 27 };