mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-02 11:47:02 +00:00
dysnomia: Some updated meta information
This commit is contained in:
parent
8e95d2564d
commit
47931dcefa
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ assert enableSubversionRepository -> subversion != null;
|
||||||
assert enableEjabberdDump -> ejabberd != null;
|
assert enableEjabberdDump -> ejabberd != null;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "disnix-activation-scripts-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03";
|
name = "dysnomia-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://hydra.nixos.org/build/5430159/download/1/dysnomia-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03.tar.gz;
|
url = http://hydra.nixos.org/build/5430159/download/1/dysnomia-0.3predff2da00e2d29d15feb2b6b42931232d691f7f03.tar.gz;
|
||||||
sha256 = "1y9qf14ygdgq2hjh1p6rf7hcgij02wv091s8wpsn36mrmc9zk6rf";
|
sha256 = "1y9qf14ygdgq2hjh1p6rf7hcgij02wv091s8wpsn36mrmc9zk6rf";
|
||||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation {
|
||||||
++ stdenv.lib.optional enableSubversionRepository subversion;
|
++ stdenv.lib.optional enableSubversionRepository subversion;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Provides various activation types for Disnix";
|
description = "Automated deployment of mutable components and services for Disnix";
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
maintainers = [ stdenv.lib.maintainers.sander ];
|
maintainers = [ stdenv.lib.maintainers.sander ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue