Commit 7726835b authored by nicoo's avatar nicoo
Browse files

hydra: add `meta.homepage` attribute

parent 0bffda19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    description = "Nix-based continuous build system";
    homepage = "https://nixos.org/hydra";
    license = licenses.gpl3;
    platforms = platforms.linux;
    maintainers = with maintainers; [ lheckemann mindavi das_j ];