snapper: fix license

This commit is contained in:
Markus Kowalewski 2021-02-01 13:49:37 +01:00
parent 18a9e0355c
commit edd43fbb01
No known key found for this signature in database
GPG key ID: 502A248E3FB4FF48

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Tool for Linux filesystem snapshot management";
homepage = "http://snapper.io";
license = licenses.gpl2;
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ tstrobel markuskowa ];
};