1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

smem: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 18:32:01 +02:00
parent 8c0ae3ac2f
commit d5ca0166b6
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
description = "A memory usage reporting tool that takes shared memory into account";
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.eelco ];
license = lib.licenses.gpl2Plus;
};
}