summary refs log tree commit diff
path: root/nixos
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 /nixos
parent3ce6ce149e8f9c27367c94c3c024ab04be89e7eb (diff)
downloadnixlib-8e9ead86569772a6572d4565370578910c4bd79a.tar
nixlib-8e9ead86569772a6572d4565370578910c4bd79a.tar.gz
nixlib-8e9ead86569772a6572d4565370578910c4bd79a.tar.bz2
nixlib-8e9ead86569772a6572d4565370578910c4bd79a.tar.lz
nixlib-8e9ead86569772a6572d4565370578910c4bd79a.tar.xz
nixlib-8e9ead86569772a6572d4565370578910c4bd79a.tar.zst
nixlib-8e9ead86569772a6572d4565370578910c4bd79a.zip
berlios.de probably shut down, replace it
The shutdown was announced years ago, only now it stopped working.
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/display-managers/slim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/x11/display-managers/slim.nix b/nixos/modules/services/x11/display-managers/slim.nix
index 114d34557a07..9e645611828d 100644
--- a/nixos/modules/services/x11/display-managers/slim.nix
+++ b/nixos/modules/services/x11/display-managers/slim.nix
@@ -58,7 +58,7 @@ in
         default = null;
         example = literalExample ''
           pkgs.fetchurl {
-            url = http://download.berlios.de/slim/slim-wave.tar.gz;
+            url = "mirror://sourceforge/slim.berlios/${name}.tar.gz";
             sha256 = "0ndr419i5myzcylvxb89m9grl2xyq6fbnyc3lkd711mzlmnnfxdy";
           }
         '';
@@ -66,7 +66,7 @@ in
           The theme for the SLiM login manager.  If not specified, SLiM's
           default theme is used.  See <link
           xlink:href='http://slim.berlios.de/themes01.php'/> for a
-          collection of themes.
+          collection of themes. TODO: berlios shut down.
         '';
       };