passh: Update gpl3 license from nixpkgs-hammering

This commit is contained in:
Guy Chronister
2025-06-03 16:04:46 +00:00
parent 577800ddf8
commit c23d05cc86
+1 -1
View File
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/clarkwang/passh";
description = "Sshpass alternative for non-interactive ssh auth";
license = lib.licenses.gpl3;
license = lib.licenses.gpl3Plus;
maintainers = [ lib.maintainers.lovesegfault ];
mainProgram = "passh";
platforms = lib.platforms.unix;