Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Commit 64402a7

Browse files
committed
adding metadata to default.nix
1 parent 8943381 commit 64402a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

default.nix

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ in stdenv.mkDerivation rec {
6363
export PATH=$out/bin:$PATH
6464
export PYTHONPATH=`pwd`/src:$PYTHONPATH
6565
'';
66+
67+
meta = {
68+
homepage = https://github.com/garbas/pypi2nix;
69+
description = "A tool that generates nix expressions for your python packages, so you don't have to.";
70+
maintainers = with stdenv.lib.maintainers; [ garbas ];
71+
};
6672
}

0 commit comments

Comments
 (0)