diff --git a/ogma-cli/CHANGELOG.md b/ogma-cli/CHANGELOG.md index fc024d1e..05652d70 100644 --- a/ogma-cli/CHANGELOG.md +++ b/ogma-cli/CHANGELOG.md @@ -3,6 +3,7 @@ ## [1.4.X] - 2024-09-21 * Constrain version of dependency in CI jobs (#151). +* Replace homepage (#147). ## [1.4.0] - 2024-05-21 diff --git a/ogma-cli/ogma-cli.cabal b/ogma-cli/ogma-cli.cabal index 3aea7df1..5554013b 100644 --- a/ogma-cli/ogma-cli.cabal +++ b/ogma-cli/ogma-cli.cabal @@ -33,7 +33,7 @@ build-type: Simple name: ogma-cli version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-core/CHANGELOG.md b/ogma-core/CHANGELOG.md index 7f85dce6..e622e39e 100644 --- a/ogma-core/CHANGELOG.md +++ b/ogma-core/CHANGELOG.md @@ -3,6 +3,7 @@ ## [1.4.X] - 2024-09-21 * Remove dependency on IfElse (#150). +* Replace homepage (#147). ## [1.4.0] - 2024-05-21 diff --git a/ogma-core/ogma-core.cabal b/ogma-core/ogma-core.cabal index 2484716c..62580d57 100644 --- a/ogma-core/ogma-core.cabal +++ b/ogma-core/ogma-core.cabal @@ -33,7 +33,7 @@ build-type: Simple name: ogma-core version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-extra/CHANGELOG.md b/ogma-extra/CHANGELOG.md index 43c8a28f..10d70f78 100644 --- a/ogma-extra/CHANGELOG.md +++ b/ogma-extra/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-extra +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-extra/ogma-extra.cabal b/ogma-extra/ogma-extra.cabal index f0abfb0f..d86ba222 100644 --- a/ogma-extra/ogma-extra.cabal +++ b/ogma-extra/ogma-extra.cabal @@ -33,7 +33,7 @@ build-type: Simple name: ogma-extra version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-language-c/CHANGELOG.md b/ogma-language-c/CHANGELOG.md index e07fdcf5..12745617 100644 --- a/ogma-language-c/CHANGELOG.md +++ b/ogma-language-c/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-c +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-language-c/ogma-language-c.cabal b/ogma-language-c/ogma-language-c.cabal index a7d8ebd4..9322f145 100644 --- a/ogma-language-c/ogma-language-c.cabal +++ b/ogma-language-c/ogma-language-c.cabal @@ -33,7 +33,7 @@ build-type: Custom name: ogma-language-c version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-language-cocospec/CHANGELOG.md b/ogma-language-cocospec/CHANGELOG.md index 504b729e..f985f4c8 100644 --- a/ogma-language-cocospec/CHANGELOG.md +++ b/ogma-language-cocospec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-cocospec +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-language-cocospec/ogma-language-cocospec.cabal b/ogma-language-cocospec/ogma-language-cocospec.cabal index b5814afd..d58d0f75 100644 --- a/ogma-language-cocospec/ogma-language-cocospec.cabal +++ b/ogma-language-cocospec/ogma-language-cocospec.cabal @@ -33,7 +33,7 @@ build-type: Custom name: ogma-language-cocospec version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-language-copilot/CHANGELOG.md b/ogma-language-copilot/CHANGELOG.md index 0c18191e..c7b2f4fc 100644 --- a/ogma-language-copilot/CHANGELOG.md +++ b/ogma-language-copilot/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-copilot +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-language-copilot/ogma-language-copilot.cabal b/ogma-language-copilot/ogma-language-copilot.cabal index 4ee0539c..50f2970b 100644 --- a/ogma-language-copilot/ogma-language-copilot.cabal +++ b/ogma-language-copilot/ogma-language-copilot.cabal @@ -33,7 +33,7 @@ build-type: Simple name: ogma-language-copilot version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-language-jsonspec/CHANGELOG.md b/ogma-language-jsonspec/CHANGELOG.md index ed9d1f79..eaf16061 100644 --- a/ogma-language-jsonspec/CHANGELOG.md +++ b/ogma-language-jsonspec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-jsonspec +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-language-jsonspec/ogma-language-jsonspec.cabal b/ogma-language-jsonspec/ogma-language-jsonspec.cabal index 8817c133..d6b52cfe 100644 --- a/ogma-language-jsonspec/ogma-language-jsonspec.cabal +++ b/ogma-language-jsonspec/ogma-language-jsonspec.cabal @@ -33,7 +33,7 @@ build-type: Simple name: ogma-language-jsonspec version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-language-smv/CHANGELOG.md b/ogma-language-smv/CHANGELOG.md index ef69fe12..040c48b7 100644 --- a/ogma-language-smv/CHANGELOG.md +++ b/ogma-language-smv/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-language-smv +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-language-smv/ogma-language-smv.cabal b/ogma-language-smv/ogma-language-smv.cabal index 51c79e66..e1d12781 100644 --- a/ogma-language-smv/ogma-language-smv.cabal +++ b/ogma-language-smv/ogma-language-smv.cabal @@ -33,7 +33,7 @@ build-type: Custom name: ogma-language-smv version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe diff --git a/ogma-spec/CHANGELOG.md b/ogma-spec/CHANGELOG.md index 8340a7c2..5e3e2690 100644 --- a/ogma-spec/CHANGELOG.md +++ b/ogma-spec/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ogma-spec +## [1.4.X] - 2024-09-21 + +* Replace homepage (#147). + ## [1.4.0] - 2024-05-21 * Version bump 1.4.0 (#145). diff --git a/ogma-spec/ogma-spec.cabal b/ogma-spec/ogma-spec.cabal index b9e0722f..3547e66e 100644 --- a/ogma-spec/ogma-spec.cabal +++ b/ogma-spec/ogma-spec.cabal @@ -33,7 +33,7 @@ build-type: Simple name: ogma-spec version: 1.4.0 -homepage: http://nasa.gov +homepage: https://github.com/nasa/ogma license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe