summary refs log tree commit diff
path: root/pkgs/os-specific/linux/libselinux
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2006-10-12 13:50:54 +0000
commit1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10 (patch)
tree68ca0563a887b3fb038bc6405f64c3edd0f256fe /pkgs/os-specific/linux/libselinux
parentce71dc90768950e55a347d1794a12e5774383044 (diff)
downloadnixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.gz
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.bz2
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.lz
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.xz
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.tar.zst
nixpkgs-1442e8ec22c37f8bbe19a7fc3b2fb855e39a3d10.zip
* Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
Diffstat (limited to 'pkgs/os-specific/linux/libselinux')
-rw-r--r--pkgs/os-specific/linux/libselinux/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/libselinux/default.nix b/pkgs/os-specific/linux/libselinux/default.nix
index e0a02a14196..2f360bfa4c4 100644
--- a/pkgs/os-specific/linux/libselinux/default.nix
+++ b/pkgs/os-specific/linux/libselinux/default.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
   builder = ./builder.sh;
   name = "libselinux-1.30";
   src = fetchurl {
-    url = http://www.nsa.gov/selinux/archives/libselinux-1.30.tgz;
+    url = http://nix.cs.uu.nl/dist/tarballs/libselinux-1.30.tgz;
     md5 = "0b7d269c9b7d847059e4b11a710ab404";
   };