schemaspy: reformat and migrate to pkgs/by-name

This commit is contained in:
Anthony ROUSSEL 2024-08-24 16:22:11 +02:00
parent 54eab35914
commit 79eeb500d6
2 changed files with 14 additions and 12 deletions

View File

@ -1,10 +1,11 @@
{ lib
, maven
, jre
, makeWrapper
, fetchFromGitHub
, graphviz
, nix-update-script
{
lib,
fetchFromGitHub,
graphviz,
jre,
makeWrapper,
maven,
nix-update-script,
}:
maven.buildMavenPackage rec {
@ -39,11 +40,14 @@ maven.buildMavenPackage rec {
passthru.updateScript = nix-update-script { };
meta = with lib; {
meta = {
homepage = "https://schemaspy.org";
description = "Document your database simply and easily";
mainProgram = "schemaspy";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ jraygauthier anthonyroussel ];
license = lib.licenses.lgpl3Plus;
maintainers = with lib.maintainers; [
jraygauthier
anthonyroussel
];
};
}

View File

@ -18899,8 +18899,6 @@ with pkgs;
shellharden = callPackage ../development/tools/shellharden { };
schemaspy = callPackage ../development/tools/database/schemaspy { };
scenebuilder = callPackage ../development/tools/scenebuilder { };
scenic-view = callPackage ../development/tools/scenic-view { };