Merge pull request #87137 from das-g/home-manager-homepage
This commit is contained in:
commit
d07907d514
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A user environment configurator";
|
description = "A user environment configurator";
|
||||||
|
homepage = "https://rycee.gitlab.io/home-manager/";
|
||||||
maintainers = with maintainers; [ rycee ];
|
maintainers = with maintainers; [ rycee ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
|
|
Loading…
Reference in New Issue