reptyr: add homepage

This commit is contained in:
Ben Wolsieffer 2018-11-30 11:44:05 -05:00 committed by Austin Seipp
parent a47479ec7e
commit 99a720d2bb

View file

@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [raskin];
license = lib.licenses.mit;
description = "Reparent a running program to a new terminal";
homepage = https://github.com/nelhage/reptyr;
};
}