summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-07 22:32:12 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-09-07 23:48:19 +0200
commitfa6bfc59746533c559382218c99e264a97c98120 (patch)
tree263b385d2b96ed49216324ee7f414801675deb0b /pkgs/tools
parentaae4e1ddc20bc30a395198cad44859bc367d8284 (diff)
downloadnixlib-fa6bfc59746533c559382218c99e264a97c98120.tar
nixlib-fa6bfc59746533c559382218c99e264a97c98120.tar.gz
nixlib-fa6bfc59746533c559382218c99e264a97c98120.tar.bz2
nixlib-fa6bfc59746533c559382218c99e264a97c98120.tar.lz
nixlib-fa6bfc59746533c559382218c99e264a97c98120.tar.xz
nixlib-fa6bfc59746533c559382218c99e264a97c98120.tar.zst
nixlib-fa6bfc59746533c559382218c99e264a97c98120.zip
reiser4progs: add license, update homepage
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/reiser4progs/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/reiser4progs/default.nix b/pkgs/tools/filesystems/reiser4progs/default.nix
index 59d8e8aa4389..967a8ee43bef 100644
--- a/pkgs/tools/filesystems/reiser4progs/default.nix
+++ b/pkgs/tools/filesystems/reiser4progs/default.nix
@@ -21,10 +21,11 @@ stdenv.mkDerivation rec {
     substituteInPlace Makefile --replace ./run-ldconfig true
   '';
 
-  meta = {
+  meta = with stdenv.lib; {
     inherit version;
-    homepage = http://www.namesys.com/;
+    homepage = https://sourceforge.net/projects/reiser4/;
     description = "Reiser4 utilities";
-    platforms = stdenv.lib.platforms.linux;
+    license = licenses.gpl2;
+    platforms = platforms.linux;
   };
 }