Date: Friday, January 25, 2019 @ 06:35:04
  Author: andyrtr
Revision: 344684

use https url

Modified:
  nano/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-25 06:34:28 UTC (rev 344683)
+++ PKGBUILD    2019-01-25 06:35:04 UTC (rev 344684)
@@ -7,7 +7,7 @@
 pkgdesc="Pico editor clone with enhancements"
 arch=('x86_64')
 license=('GPL')
-url="http://www.nano-editor.org";
+url="https://www.nano-editor.org";
 groups=('base')
 depends=('ncurses' 'file' 'sh')
 backup=('etc/nanorc')

Reply via email to