Unverified Commit 939c3c57 authored by Matteo Pacini's avatar Matteo Pacini
Browse files

nzbhydra2: add meta.changelog

parent 1f4f9671
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