Skip to content

Commit

Permalink
delete package.json and remove with lib;
Browse files Browse the repository at this point in the history
Signed-off-by: Keaton Hasse <git@keatonhasse.com>
  • Loading branch information
keatonhasse committed Oct 30, 2024
1 parent 631fd08 commit 4770981
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 251 deletions.
8 changes: 4 additions & 4 deletions pkgs/servers/jellyseerr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ stdenv.mkDerivation (finalAttrs: rec {

passthru.updateScript = ./update.sh;

meta = with lib; {
meta = {
description = "Fork of overseerr for jellyfin support";
homepage = "https://github.com/Fallenbagel/jellyseerr";
longDescription = ''
Jellyseerr is a free and open source software application for managing
requests for your media library. It is a fork of Overseerr built to
bring support for Jellyfin & Emby media servers!
'';
license = licenses.mit;
maintainers = with maintainers; [ camillemndn ];
platforms = platforms.linux;
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ camillemndn ];
platforms = lib.platforms.linux;
mainProgram = "jellyseerr";
};
})
247 changes: 0 additions & 247 deletions pkgs/servers/jellyseerr/package.json

This file was deleted.

0 comments on commit 4770981

Please sign in to comment.