diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2018-07-11 22:04:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2018-07-11 22:04:12 +0300 |
commit | fc83ca2b2f5cbfddc7d64a69bb13730d63e3e3b7 (patch) | |
tree | 7a26b6183b16fe1b7928b854c57bbe0df7055097 /gnu | |
parent | d1f90b9bfb3ce3777294bd13b0c501d8546e5576 (diff) | |
download | patches-fc83ca2b2f5cbfddc7d64a69bb13730d63e3e3b7.tar patches-fc83ca2b2f5cbfddc7d64a69bb13730d63e3e3b7.tar.gz |
gnu: btrfs-progs: Update home-page.
* gnu/packages/linux.scm (btrfs-progs)[home-page]: Update to redirected
home-page.
Diffstat (limited to 'gnu')
-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 cd3924ccee..e9175eb282 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3290,7 +3290,7 @@ and copy/paste text in the console and in xterm.") ("which" ,which) ;; The tests need 'grep' with perl regexp support. ("grep" ,grep))) - (home-page "https://btrfs.wiki.kernel.org/") + (home-page "https://btrfs.wiki.kernel.org/index.php/Main_Page") (synopsis "Create and manage btrfs copy-on-write file systems") (description "Btrfs is a @dfn{copy-on-write} (CoW) file system for Linux aimed at implementing advanced features while focusing on fault tolerance, |