Unverified Commit 1bd59432 authored by natsukium's avatar natsukium
Browse files

sosreport: fix license

parent 6ce19c64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ buildPythonPackage rec {
  meta = {
    description = "Unified tool for collecting system logs and other debug information";
    homepage = "https://github.com/sosreport/sos";
    license = lib.licenses.gpl2Only;
    license = lib.licenses.gpl2Plus;
    maintainers = [ ];
  };
}