pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/sshsh



Module Name:    pkgsrc
Committed By:   zafer
Date:           Tue Dec 19 17:25:32 UTC 2023

Modified Files:
        pkgsrc/sysutils/sshsh: Makefile

Log Message:
use https


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/sysutils/sshsh/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/sshsh/Makefile
diff -u pkgsrc/sysutils/sshsh/Makefile:1.9 pkgsrc/sysutils/sshsh/Makefile:1.10
--- pkgsrc/sysutils/sshsh/Makefile:1.9  Sun Dec  1 05:18:56 2019
+++ pkgsrc/sysutils/sshsh/Makefile      Tue Dec 19 17:25:32 2023
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2019/12/01 05:18:56 kim Exp $
+# $NetBSD: Makefile,v 1.10 2023/12/19 17:25:32 zafer Exp $
 #
 
 DISTNAME=              sshsh-1.0
 CATEGORIES=            sysutils
-MASTER_SITES=          http://software.kimmo.suominen.com/
+MASTER_SITES=          https://software.kimmo.suominen.com/
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 COMMENT=               Run a new shell with an SSH identity



Home | Main Index | Thread Index | Old Index