diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-12 00:53:51 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-12 13:44:27 +0200 |
commit | 0ed81d04762bcec0cb4d06e6d9a301c9504caf2f (patch) | |
tree | 78ba63dc1fd7858890a9d4e3c8398ed3cb32247d | |
parent | aa9c221f741d59ae88bfa1ce24663b8e4384e091 (diff) | |
download | patches-0ed81d04762bcec0cb4d06e6d9a301c9504caf2f.tar patches-0ed81d04762bcec0cb4d06e6d9a301c9504caf2f.tar.gz |
gnu: kbd: Set home page to kbd-project.org.
* gnu/packages/linux.scm (kbd)[home-page]: Update.
-rw-r--r-- | gnu/packages/linux.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9cdd45c029..7bb26c72f5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1685,7 +1685,7 @@ system.") ("bzip2" ,bzip2) ("pam" ,linux-pam))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "ftp://ftp.kernel.org/pub/linux/utils/kbd/") + (home-page "http://kbd-project.org/") (synopsis "Linux keyboard utilities and keyboard maps") (description "This package contains keytable files and keyboard utilities compatible |