about summary refs log tree commit diff
path: root/pkgs/tools/misc/gsmartcontrol/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/gsmartcontrol/default.nix')
-rw-r--r--pkgs/tools/misc/gsmartcontrol/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/gsmartcontrol/default.nix b/pkgs/tools/misc/gsmartcontrol/default.nix
index 6cb528cca1dd..5f21559d4715 100644
--- a/pkgs/tools/misc/gsmartcontrol/default.nix
+++ b/pkgs/tools/misc/gsmartcontrol/default.nix
@@ -24,8 +24,8 @@ stdenv.mkDerivation rec {
       It allows you to inspect the drive's SMART data to determine its health,
       as well as run various tests on it.
     '';
-    homepage = http://gsmartcontrol.berlios.de;
-    license = "GPLv2+";
+    homepage = http://gsmartcontrol.sourceforge.net/;
+    license = stdenv.lib.licenses.gpl2Plus;
     maintainers = with stdenv.lib.maintainers; [qknight];
     platforms = with stdenv.lib.platforms; linux;
   };