Add missing 's' in remaining meta.maintainer(s) attrs
This commit is contained in:
parent
0f8df0b6f2
commit
3a060bbcc6
@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A compact distributed operating system for building cross-platform distributed systems";
|
description = "A compact distributed operating system for building cross-platform distributed systems";
|
||||||
homepage = "http://inferno-os.org/";
|
homepage = "http://inferno-os.org/";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainer = [ "Chris Double <chris.double@double.co.nz>" ];
|
maintainers = [ "Chris Double <chris.double@double.co.nz>" ];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://megastep.org/makeself;
|
homepage = http://megastep.org/makeself;
|
||||||
description = "Utility to create self-extracting packages";
|
description = "Utility to create self-extracting packages";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainer = maintainers.wmertens;
|
maintainers = [ maintainers.wmertens ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,6 @@ stdenv.mkDerivation {
|
|||||||
description = "Qt wrapper for NetworkManager DBus API";
|
description = "Qt wrapper for NetworkManager DBus API";
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainer = [ maintainers.jgeerds ];
|
maintainers = [ maintainers.jgeerds ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://projects.l3ib.org/nitrogen/;
|
homepage = http://projects.l3ib.org/nitrogen/;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainer = [ stdenv.lib.maintainers.auntie ];
|
maintainers = [ stdenv.lib.maintainers.auntie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.freedesktop.org/wiki/Evemu/;
|
homepage = http://www.freedesktop.org/wiki/Evemu/;
|
||||||
repositories.git = git://git.freedesktop.org/git/evemu;
|
repositories.git = git://git.freedesktop.org/git/evemu;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainer = [ maintainers.amorsillo ];
|
maintainers = [ maintainers.amorsillo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://mmonit.com/monit/;
|
homepage = http://mmonit.com/monit/;
|
||||||
description = "Monitoring system";
|
description = "Monitoring system";
|
||||||
license = stdenv.lib.licenses.agpl3;
|
license = stdenv.lib.licenses.agpl3;
|
||||||
maintainer = with stdenv.lib.maintainers; [ raskin wmertens ];
|
maintainers = with stdenv.lib.maintainers; [ raskin wmertens ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user