gnu: emacs-guix: Update to 0.3.1.
[jackhill/guix/guix.git] / gnu / packages / ncurses.scm
index d725a71..44a79e7 100644 (file)
@@ -186,7 +186,7 @@ well as multiple highlights and forms characters.  It is typically used to
 implement user interfaces for command-line applications.  The accompanying
 ncursesw library provides wide character support.")
     (license x11)
-    (home-page "http://www.gnu.org/software/ncurses/")))
+    (home-page "https://www.gnu.org/software/ncurses/")))
 
 (define-public dialog
   (package
@@ -252,7 +252,7 @@ curses widgets, such as dialog boxes.")
     (description
      "@code{Curses} is the interface between Perl and the curses library
 of your system.")
-    (license (package-license perl))))
+    (license perl-license)))
 
 (define-public stfl
   (package