Unverified Commit ed6dfbea authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

nzbhydra2: add meta.changelog (#509501)

parents 1eaa4dd9 939c3c57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ maven.buildMavenPackage rec {
  meta = {
    description = "Usenet meta search";
    homepage = "https://github.com/theotherp/nzbhydra2";
    changelog = "https://github.com/theotherp/nzbhydra2/releases/tag/v${version}";
    license = lib.licenses.gpl3Only;
    maintainers = with lib.maintainers; [
      matteopacini