* Get rid of references to losser.st-lab.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13707
This commit is contained in:
@@ -4,9 +4,14 @@ stdenv.mkDerivation {
|
||||
name = "aefs-0.3pre285";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://losser.st-lab.cs.uu.nl/~eelco/dist/aefs-0.3pre285.tar.bz2;
|
||||
url = http://nixos.org/tarballs/aefs-0.3pre285.tar.bz2;
|
||||
sha256 = "1psciqllzm08c21h6k2zxmvmi0grkvaiq177giv1avzzzfhq0z3c";
|
||||
};
|
||||
|
||||
buildInputs = [fuse];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.st.ewi.tudelft.nl/~dolstra/aefs/;
|
||||
description = "A cryptographic filesystem implemented in userspace using FUSE";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user