Merge pull request #87137 from das-g/home-manager-homepage

This commit is contained in:
Jörg Thalheim
2020-05-07 00:02:21 +01:00
committed by GitHub

View File

@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A user environment configurator";
homepage = "https://rycee.gitlab.io/home-manager/";
maintainers = with maintainers; [ rycee ];
platforms = platforms.unix;
license = licenses.mit;