0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

castget: Add changelog (upstream started using GitHub)

This commit is contained in:
Doron Behar 2025-03-12 09:49:46 +02:00
parent 4cccefb024
commit f68a79f0b7

View file

@ -53,6 +53,7 @@ stdenv.mkDerivation (finalAttrs: {
primarily intended for automatic, unattended downloading of podcasts. primarily intended for automatic, unattended downloading of podcasts.
''; '';
homepage = "https://castget.johndal.com/"; homepage = "https://castget.johndal.com/";
changelog = "https://github.com/mlj/castget/blob/${finalAttrs.version}/CHANGES.md";
maintainers = with lib.maintainers; [ doronbehar ]; maintainers = with lib.maintainers; [ doronbehar ];
license = lib.licenses.gpl2; license = lib.licenses.gpl2;
platforms = lib.platforms.linux; platforms = lib.platforms.linux;