diff --git a/Library/Homebrew/missing_formula.rb b/Library/Homebrew/missing_formula.rb
index 1b584af8a11463a7f6543be3d5ab50e9d0a86e6d..b7e22748f1c1a3968816d0922cb3546d40cad6a1 100644
--- a/Library/Homebrew/missing_formula.rb
+++ b/Library/Homebrew/missing_formula.rb
@@ -64,10 +64,6 @@ module Homebrew
           and then follow the tutorial:
             #{Formatter.url("https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md")}
           EOS
-        when "osmium" then <<-EOS.undent
-          The creator of Osmium requests that it not be packaged and that people
-          use the GitHub master branch instead.
-          EOS
         when "gfortran" then <<-EOS.undent
           GNU Fortran is now provided as part of GCC, and can be installed with:
             brew install gcc
diff --git a/Library/Homebrew/test/missing_formula_spec.rb b/Library/Homebrew/test/missing_formula_spec.rb
index f395965a6a4b54822c616da7b41c1c06eab7044a..215cf17f7938f6cbb6e40e8d4ee0906ec0a85130 100644
--- a/Library/Homebrew/test/missing_formula_spec.rb
+++ b/Library/Homebrew/test/missing_formula_spec.rb
@@ -88,14 +88,6 @@ describe Homebrew::MissingFormula do
       it { is_expected.to be_blacklisted }
     end
 
-    context "osmium" do
-      %w[osmium Osmium].each do |s|
-        subject { s }
-
-        it { is_expected.to be_blacklisted }
-      end
-    end
-
     context "gfortran" do
       subject { "gfortran" }