pkgs/servers: stdenv.lib -> lib
This commit is contained in:
@@ -30,6 +30,6 @@ in stdenv.mkDerivation rec {
|
||||
description = "The most reliable stable TV fork of the great Sick-Beard to fully automate TV enjoyment with innovation";
|
||||
license = licenses.gpl3;
|
||||
homepage = "https://github.com/SickGear/SickGear";
|
||||
maintainers = with stdenv.lib.maintainers; [ rembo10 ];
|
||||
maintainers = with lib.maintainers; [ rembo10 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user