snapper: fix license
This commit is contained in:
parent
18a9e0355c
commit
edd43fbb01
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool for Linux filesystem snapshot management";
|
description = "Tool for Linux filesystem snapshot management";
|
||||||
homepage = "http://snapper.io";
|
homepage = "http://snapper.io";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ tstrobel markuskowa ];
|
maintainers = with maintainers; [ tstrobel markuskowa ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user