pkgs/applications: stdenv.lib -> lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl }:
|
||||
{ lib, stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.6.02";
|
||||
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
meta = {
|
||||
description = "Hebrew calendar and solar astronomical times library and utilities";
|
||||
homepage = "https://sourceforge.net/projects/libhdate/";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
maintainers = with stdenv.lib.maintainers; [ CharlesHD ];
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ CharlesHD ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user