Skip to content

Commit

Permalink
stdenv.lib → lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Oct 26, 2021
1 parent 9aab626 commit 614da77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homepage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, esqueleto, fast-logger, file-embed, filepath, hjsmin, hspec
, http-conduit, monad-control, monad-logger, old-locale, persistent
, persistent-postgresql, persistent-template, regex-compat
, resourcet, safe, shakespeare, stdenv, template-haskell, text
, resourcet, safe, shakespeare, lib, template-haskell, text
, time, transformers, unordered-containers, vector, wai-extra
, wai-logger, warp, yaml, yesod, yesod-auth, yesod-core, yesod-form
, yesod-markdown, yesod-newsfeed, yesod-persistent, yesod-sitemap
Expand Down Expand Up @@ -39,5 +39,5 @@ mkDerivation {
];
homepage = "https://www.pascal-wittmann.de";
description = "Personal website";
license = stdenv.lib.licenses.bsd3;
license = lib.licenses.bsd3;
}

0 comments on commit 614da77

Please sign in to comment.