1 { lib, buildPythonPackage, fetchFromGitHub
4 buildPythonPackage rec {
5 pname = "django-sesame";
8 src = fetchFromGitHub {
12 sha256 = "0k8s44zn2jmasp0w064vrx685fn4pbmdfx8qmhkab1hd5ys6pi44";
15 checkInputs = [ django ];
22 description = "URLs with authentication tokens for automatic login";
23 homepage = "https://github.com/aaugustin/django-sesame";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ elohmeier ];