lol
0
fork

Configure Feed

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

diskscan: add license

see issue #43716

+1
+1
pkgs/tools/misc/diskscan/default.nix
··· 21 21 platforms = with platforms; linux; 22 22 maintainers = with maintainers; [ peterhoeg ]; 23 23 inherit version; 24 + license = licenses.gpl3; 24 25 }; 25 26 }