We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa71378 commit c40d218Copy full SHA for c40d218
publish.sbt
@@ -17,7 +17,7 @@ ThisBuild / developers := List(
17
)
18
19
20
-ThisBuild / description := "Rewritable tree typeclass and supporting algorithms."
+ThisBuild / description := "Typed ontology meta projects."
21
ThisBuild / licenses := List("MIT" -> new URL("https://opensource.org/licenses/MIT"))
22
ThisBuild / homepage := Some(url("https://github.com/Primetalk/typed-ontology"))
23
@@ -34,5 +34,5 @@ ThisBuild / publishMavenStyle := true
34
35
pgpSecretRing := pgpPublicRing.value
36
37
-usePgpKeyHex("855c7687")
+usePgpKeyHex("9A3032D0")
38
0 commit comments