Unverified Commit fd87dea3 authored by Robin Gloster's avatar Robin Gloster Committed by GitHub
Browse files

snx-rs: fix license

parent ce20f220
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
  meta = {
    description = "Open source Linux client for Checkpoint VPN tunnels";
    homepage = "https://github.com/ancwrd1/snx-rs";
    license = lib.licenses.agplv3;
    license = lib.licenses.agpl3Plus;
    maintainers = [ lib.maintainers.lheckemann ];
  };
}