forked from mirrors/nixpkgs
reptyr: add homepage
This commit is contained in:
parent
a47479ec7e
commit
99a720d2bb
|
@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
|
||||||
maintainers = with lib.maintainers; [raskin];
|
maintainers = with lib.maintainers; [raskin];
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
description = "Reparent a running program to a new terminal";
|
description = "Reparent a running program to a new terminal";
|
||||||
|
homepage = https://github.com/nelhage/reptyr;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue