lol
0
fork

Configure Feed

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

smem: add license

see issue #43716

+1
+1
pkgs/os-specific/linux/smem/default.nix
··· 29 29 description = "A memory usage reporting tool that takes shared memory into account"; 30 30 platforms = lib.platforms.linux; 31 31 maintainers = [ lib.maintainers.eelco ]; 32 + license = lib.licenses.gpl2Plus; 32 33 }; 33 34 }