Unverified Commit 1b08e4e3 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

erosmb: add changelog to meta

parent 4eb8ee1f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
  meta = with lib; {
    description = "SMB network scanner";
    homepage = "https://github.com/viktor02/EroSmb";
    changelog = "https://github.com/viktor02/EroSmb/releases/tag/v${version}";
    license = with licenses; [ mit ];
    maintainers = with maintainers; [ fab ];
  };