3
0
Fork 0
forked from mirrors/nixpkgs

dysnomia: Some updated meta information

This commit is contained in:
Sander van der Burg 2013-07-01 14:27:18 +02:00
parent 8e95d2564d
commit 47931dcefa

View file

@ -16,7 +16,7 @@ assert enableSubversionRepository -> subversion != null;
assert enableEjabberdDump -> ejabberd != null;
stdenv.mkDerivation {
name = "disnix-activation-scripts-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03";
name = "dysnomia-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03";
src = fetchurl {
url = http://hydra.nixos.org/build/5430159/download/1/dysnomia-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03.tar.gz;
sha256 = "1y9qf14ygdgq2hjh1p6rf7hcgij02wv091s8wpsn36mrmc9zk6rf";
@ -41,7 +41,7 @@ stdenv.mkDerivation {
++ stdenv.lib.optional enableSubversionRepository subversion;
meta = {
description = "Provides various activation types for Disnix";
description = "Automated deployment of mutable components and services for Disnix";
license = "MIT";
maintainers = [ stdenv.lib.maintainers.sander ];
};