castget: no with lib; in meta
This commit is contained in:
@@ -45,7 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
ronn
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Simple, command-line based RSS enclosure downloader";
|
||||
mainProgram = "castget";
|
||||
longDescription = ''
|
||||
@@ -53,8 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
primarily intended for automatic, unattended downloading of podcasts.
|
||||
'';
|
||||
homepage = "https://castget.johndal.com/";
|
||||
maintainers = with maintainers; [ doronbehar ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with lib.maintainers; [ doronbehar ];
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user