summary refs log tree commit diff
path: root/pkgs/tools/misc/gsmartcontrol
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-05-18 13:25:43 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-05-18 13:30:27 +0200
commit8e9ead86569772a6572d4565370578910c4bd79a (patch)
tree26d549db2e953f2c7ac1f053e50852addf51a52c /pkgs/tools/misc/gsmartcontrol
parent3ce6ce149e8f9c27367c94c3c024ab04be89e7eb (diff)
downloadnixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.tar
nixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.tar.gz
nixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.tar.bz2
nixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.tar.lz
nixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.tar.xz
nixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.tar.zst
nixpkgs-8e9ead86569772a6572d4565370578910c4bd79a.zip
berlios.de probably shut down, replace it
The shutdown was announced years ago, only now it stopped working.
Diffstat (limited to 'pkgs/tools/misc/gsmartcontrol')
-rw-r--r--pkgs/tools/misc/gsmartcontrol/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/gsmartcontrol/default.nix b/pkgs/tools/misc/gsmartcontrol/default.nix
index 6cb528cca1d..a937e96eed5 100644
--- a/pkgs/tools/misc/gsmartcontrol/default.nix
+++ b/pkgs/tools/misc/gsmartcontrol/default.nix
@@ -24,7 +24,7 @@ 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;
+    homepage = http://gsmartcontrol.sourceforge.net/;
     license = "GPLv2+";
     maintainers = with stdenv.lib.maintainers; [qknight];
     platforms = with stdenv.lib.platforms; linux;