From a200e7d914e4d25068538c0c59854a3b5a0e647b Mon Sep 17 00:00:00 2001 From: Johannes Maas Date: Sun, 2 Feb 2020 20:35:53 +0100 Subject: [PATCH 1/2] Add ordered-dict to maintainers.md --- maintainers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/maintainers.md b/maintainers.md index cf2f1fe..9a67aa7 100644 --- a/maintainers.md +++ b/maintainers.md @@ -31,6 +31,7 @@ This file contains info on elm-community packages and who the current maintainer | [list-split](http://github.com/elm-community/list-split) | Split lists into chunks | jonboiser | jonboiser@outlook.com | | [material-icons](http://github.com/elm-community/material-icons) | Material Icons in Elm | mgold | maxgoldstein1@gmail.com | | [maybe-extra](http://github.com/elm-community/maybe-extra) | Convenience functions for working with Maybe | skyqrose | btgtcmxh@sky.skyqrose.com | +| [ordered-containers](http://github.com/elm-community/maybe-extra) | OrderedDict and OrderedSet that remember the order of insertion | y0hy0h | y0hy0h@gmx.net | | [random-extra](http://github.com/elm-community/random-extra) | Extra functions for Random | mgold | maxgoldstein1@gmail.com | | [ratio](http://github.com/elm-community/ratio) | Rational numbers | newlandsvalley | john.watson@gmx.co.uk | | [result-extra](http://github.com/elm-community/result-extra) | Convenience functions for working with Result | prikhi | pavan.rikhi@gmail.com | From 99f0c77b3480ccd648e412072945034a4684e864 Mon Sep 17 00:00:00 2001 From: Johannes Maas Date: Sun, 2 Feb 2020 20:40:54 +0100 Subject: [PATCH 2/2] Fix ordered-containers link in maintainers.md --- maintainers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers.md b/maintainers.md index 9a67aa7..0014111 100644 --- a/maintainers.md +++ b/maintainers.md @@ -31,7 +31,7 @@ This file contains info on elm-community packages and who the current maintainer | [list-split](http://github.com/elm-community/list-split) | Split lists into chunks | jonboiser | jonboiser@outlook.com | | [material-icons](http://github.com/elm-community/material-icons) | Material Icons in Elm | mgold | maxgoldstein1@gmail.com | | [maybe-extra](http://github.com/elm-community/maybe-extra) | Convenience functions for working with Maybe | skyqrose | btgtcmxh@sky.skyqrose.com | -| [ordered-containers](http://github.com/elm-community/maybe-extra) | OrderedDict and OrderedSet that remember the order of insertion | y0hy0h | y0hy0h@gmx.net | +| [ordered-containers](http://github.com/elm-community/ordered-containers) | OrderedDict and OrderedSet that remember the order of insertion | y0hy0h | y0hy0h@gmx.net | | [random-extra](http://github.com/elm-community/random-extra) | Extra functions for Random | mgold | maxgoldstein1@gmail.com | | [ratio](http://github.com/elm-community/ratio) | Rational numbers | newlandsvalley | john.watson@gmx.co.uk | | [result-extra](http://github.com/elm-community/result-extra) | Convenience functions for working with Result | prikhi | pavan.rikhi@gmail.com |