Add alternate source repository links

This commit is contained in:
2026-06-01 10:45:04 -06:00
parent fd0b71dd49
commit da65180426
4 changed files with 47 additions and 2 deletions

View File

@@ -155,5 +155,19 @@ window.projects = [
created: "2012-07-31",
tags: ["utility", "parser"],
accent: "#f472b6"
},
{
name: "Neuros Database Manipulator",
description: "Java interface for managing the Neuros Audio Computer database.",
siteUrl: "https://neurosdbm.sourceforge.net/",
sourceforgeUrl: "https://sourceforge.net/projects/neurosdbm/",
language: "Java",
license: "GPL",
stars: 0,
forks: 0,
updated: "2005-09-13",
created: "2005-09-13",
tags: ["utility", "audio", "database"],
accent: "#f59e0b"
}
];