privacyidea: address reviews

This commit is contained in:
Robin Gloster
2020-05-08 14:09:10 +02:00
parent 134c66b584
commit f1f0e82c50
6 changed files with 24 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Flask plugin to rewrite file paths to add version info";
homepage = https://github.com/pilt/flask-versioned;
homepage = "https://github.com/pilt/flask-versioned";
license = licenses.bsd3;
maintainers = with maintainers; [ globin ];
};